home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / sphigs / sph_mac.hqx / SRGP port to 5.0 (compressed) / SRGP_SPHIGS Root / MacSPHIGS / MAT3mat.proto.h < prev    next >
Encoding:
Text File  |  1992-02-13  |  299 b   |  10 lines

  1.  
  2. /* MAT3mat.c */
  3. void MAT3identity(register MAT3mat);
  4. void MAT3zero(MAT3mat);
  5. void MAT3copy(MAT3mat, MAT3mat);
  6. void MAT3mult(MAT3mat, MAT3mat, MAT3mat);
  7. void MAT3transpose(MAT3mat, MAT3mat);
  8. void MAT3print(MAT3mat, FILE *);
  9. void MAT3print_formatted(MAT3mat, FILE *, char *, char *, char *, char *);
  10.